-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix repeated corruption of packed-refs #438
Fix repeated corruption of packed-refs #438
Conversation
I've tested with the data we captured here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with the packed-refs from client-go repo and a few other repos also, except the duplicated first line it works as expected.
c5ba185
to
026a573
Compare
Signed-off-by: Davanum Srinivas <[email protected]>
I removed the print statement in |
026a573
to
1653e41
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akhilerm, dims The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Yep, its working fine. The comment was part of the previous review. |
We have seen this often enough that we should fix it programatically! most recent was today:
kubernetes/kubernetes#56876 (comment)
We use the algorithm from the discussion we had with @soltysh and @sttts in:
https://kubernetes.slack.com/archives/C2C40FMNF/p1701175768598839?thread_ts=1700688672.734149&cid=C2C40FMNF
Today's discussion was in:
https://kubernetes.slack.com/archives/CHGFYJVAN/p1718172922410299